runtime._panic.aborted (field)
9 uses
runtime (current package)
panic.go#L510: d._panic.aborted = true
panic.go#L530: if p.aborted {
panic.go#L543: if p.aborted {
panic.go#L550: p.aborted = false
panic.go#L772: if p != nil && p.aborted {
panic.go#L887: d._panic.aborted = true
panic.go#L942: if gp._panic != nil && gp._panic.goexit && gp._panic.aborted {
panic.go#L997: for gp._panic != nil && gp._panic.aborted {
runtime2.go#L1042: aborted bool // the panic was aborted
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |